home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TCOLUMNSETUP
/
TCOLUMNSETUP.txt
Wrap
Text File
|
2004-10-12
|
3KB
|
170 lines
object ColumnSetup: TColumnSetup
Left = 347
Top = 170
HelpContext = 14055
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Setup Columns'
ClientHeight = 254
ClientWidth = 463
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 73
Height = 13
Caption = '&Available items:'
end
object Label2: TLabel
Left = 192
Top = 8
Width = 72
Height = 13
Caption = '&Selected items:'
end
object Label3: TLabel
Left = 360
Top = 24
Width = 66
Height = 13
Caption = '&Column width:'
FocusControl = eWidth
end
object lItems: TListBox
Left = 8
Top = 24
Width = 145
Height = 217
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
Sorted = True
TabOrder = 0
OnDblClick = bAddClick
OnDragDrop = lItemsDragDrop
OnDragOver = lItemsDragOver
OnKeyPress = lItemsKeyPress
end
object bAdd: TButton
Left = 160
Top = 56
Width = 25
Height = 25
Caption = '>'
TabOrder = 1
OnClick = bAddClick
end
object bAddAll: TButton
Left = 160
Top = 88
Width = 25
Height = 25
Caption = '>>'
TabOrder = 2
OnClick = bAddAllClick
end
object bDel: TButton
Left = 160
Top = 128
Width = 25
Height = 25
Caption = '<'
TabOrder = 3
OnClick = bDelClick
end
object bDelAll: TButton
Left = 160
Top = 160
Width = 25
Height = 25
Caption = '<<'
TabOrder = 4
OnClick = bDelAllClick
end
object lSel: TListBox
Left = 192
Top = 24
Width = 153
Height = 217
DragMode = dmAutomatic
ItemHeight = 13
TabOrder = 5
OnClick = lSelClick
OnDblClick = bDelClick
OnDragDrop = lSelDragDrop
OnDragOver = lSelDragOver
OnKeyPress = lSelKeyPress
end
object bUp: TButton
Tag = -1
Left = 360
Top = 76
Width = 89
Height = 25
Caption = 'Move &up'
TabOrder = 7
OnClick = bUpClick
end
object bDown: TButton
Tag = 1
Left = 360
Top = 108
Width = 89
Height = 25
Caption = 'Move &down'
TabOrder = 8
OnClick = bUpClick
end
object bOK: TButton
Left = 360
Top = 152
Width = 89
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 9
end
object bCancel: TButton
Left = 360
Top = 184
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 10
end
object bHelp: TButton
Left = 360
Top = 216
Width = 89
Height = 25
Caption = 'Help'
TabOrder = 11
OnClick = bHelpClick
end
object eWidth: TXSpinEdit
Left = 360
Top = 40
Width = 89
Height = 21
TabOrder = 6
Text = '0'
OnChange = eWidthChange
MinValue = 0
MaxValue = 10000
Value = 0
Step = 1
end
end